From: Chong Yidong Date: Mon, 4 Jun 2007 23:14:56 +0000 (+0000) Subject: * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18855^2~2124 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7bbb629a9761f72def89dc4cc18e5a57596d1291;p=emacs.git * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has died and we are trying to send a signal to it. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 33e6e9496d7..185f1616c0b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-06-04 Michael Olson + + * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has + died and we are trying to send a signal to it. + 2007-06-04 Juanma Barranquero * emacs-lisp/easy-mmode.el (define-minor-mode)